🌎 rns.kin.earth git 🌍
Commit b7e69e5f917cd2710f9fb304e755f516bb3ac3ed
Parents : 6a3eb8a
Author : Mark Qvist <mark@adepta.io>
Date : 2018-04-26T01:05:04+02:00
File transfer example
Changes
Diff
diff --git a/Examples/Filetransfer.py b/Examples/Filetransfer.py
index 1b9243d8..d902853a 100644
--- a/Examples/Filetransfer.py
+++ b/Examples/Filetransfer.py
@@ -86,8 +86,6 @@ def client_connected(link):
# We pack a list of files for sending in a packet
data = umsgpack.packb(list_files())
- RNS.log(str(len(data)))
-
# Check the size of the packed data
if len(data) <= RNS.Reticulum.LINK_MDU:
# If it fits in one packet, we will just
Served by rngit 1.5.2 - Generated in 0.07s